home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / prg_casm / snpd9611.zip / INTEL.H < prev    next >
Text File  |  1996-11-24  |  1KB  |  23 lines

  1. .I 0 2
  2. /* +++Date last modified: 09-Nov-1996 */
  3.  
  4. .I 10 17
  5. int CDECL cpu_ID(void);       /* Returns: AL - CPU family
  6.                                                0 = 8086/8088
  7.                                                1 = 80186
  8.                                                2 = 80286
  9.                                                3 = 80386
  10.                                                4 = 80486
  11.                                                5 = Pentium
  12.                                                6 = Pentium Plus
  13.                                           AH - Features bitmap
  14.                                                01h = Has coprocessor
  15.                                                02h = Is 386/287
  16.                                                04h = Is 386SX
  17.                                                08h = Is Cyrix
  18.                                                10h = Is NEC
  19.                                                20h = Is NexGen
  20.                                                40h = is AMD
  21.                                                80h = Is UMC             */
  22. .D 11 2
  23.